body {background-color: lightpink;}
p {font-size: 20px; font-style: normal; font-weight: 30;font-size: 20px; color: darkblue;text-align: center;
;
}
h1{background-color: hotpink;
text-align: center;}
h2{text-align: center; font-family: "Bonbon", cursive;
  font-weight: 400;
  font-style: normal; font-weight: 30;font-size: 40px; color: lightblue;text-align: center;
background-color: hotpink;}

div {
	height: 150px;
	width: 150px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: #33bbff;
	border: 1px solid #000;
}
.modA {
	border-radius: 40px;
}
	.modB {
	border-top-left-radius: 24px;
}


.modC {
	border-radius: 24px 0;
}